From: Mario Lang Date: Sat, 9 Jul 2016 05:05:50 +0000 (+0200) Subject: No need to require the same feature twice. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~21^2~2865^2~92 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=47f6336e6a9954a06fe8a88eb7a822ad5b4aedac;p=emacs.git No need to require the same feature twice. * lisp/dired-aux.el (require 'cl-lib): Remove. --- diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el index 8d6f6656a9a..1a4efdfd9fb 100644 --- a/lisp/dired-aux.el +++ b/lisp/dired-aux.el @@ -39,7 +39,6 @@ ;; We need macros in dired.el to compile properly, ;; and we call subroutines in it too. (require 'dired) -(require 'cl-lib) ; for cl-mapcan (defvar dired-create-files-failures nil "Variable where `dired-create-files' records failing file names.